home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / apollo68.h < prev    next >
C/C++ Source or Header  |  1993-10-13  |  526b  |  27 lines

  1. #include <ansidecl.h>
  2. #include <fcntl.h>
  3. #include <errno.h>
  4. #include <stdio.h>
  5. #include <sys/types.h>
  6. #include <sys/stat.h>
  7. #include <ctype.h>
  8. #ifndef    O_ACCMODE
  9. #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  10. #endif
  11. #ifndef    SEEK_SET
  12. #define SEEK_SET 0
  13. #define SEEK_CUR 1
  14. #endif
  15.  
  16. #ifndef    MAXPATHLEN
  17. #define    MAXPATHLEN    1024
  18. #endif    /* MAXPATHLEN */
  19.  
  20. #ifndef    DONTDECLARE_MALLOC
  21. extern PTR  malloc    PARAMS ((unsigned));
  22. extern PTR  realloc    PARAMS ((PTR, unsigned));
  23. extern void free    PARAMS ((PTR));
  24. #endif
  25.  
  26. #include "fopen-same.h"
  27.